Skip to content

Upgrade to PyYAML 6.0.1 - #1508

Merged
jdeanwallace merged 6 commits into
masterfrom
pyyaml-6.0.1
Jul 19, 2023
Merged

Upgrade to PyYAML 6.0.1#1508
jdeanwallace merged 6 commits into
masterfrom
pyyaml-6.0.1

Conversation

@jdeanwallace

@jdeanwallace jdeanwallace commented Jul 18, 2023

Copy link
Copy Markdown
Contributor

Resolves #1507

The release of Cython 3 broke PyYAML 5.4. This PR upgrades to PyYAML 6.0.1 which pins Cython < 3.0.0.

Notes

  1. While bootstrapping the molecule testing environment, it was complaining about the following dependency conflict:
    The conflict is caused by:
        The user requested PyYAML==6.0.1
        molecule 3.2.3 depends on PyYAML<6 and >=5.1
    So based on someone's suggestion from the original GitHub issue, I pinned pyyaml to version 5.3.1. However, I only did this for the molecule dependencies.

Review on CodeApprove

@jdeanwallace
jdeanwallace requested a review from mtlynch July 18, 2023 13:11
@jdeanwallace
jdeanwallace marked this pull request as ready for review July 18, 2023 13:11

Copy link
Copy Markdown
Contributor Author
Automated comment from CodeApprove ➜

@mtlynch please review this Pull Request

@mtlynch mtlynch left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated comment from CodeApprove ➜

Approved on CodeApprove
✔️ Approved

LGTM, thanks!


👀 @jdeanwallace it's your turn please take a look

@jdeanwallace
jdeanwallace merged commit ec45ba7 into master Jul 19, 2023
@jdeanwallace
jdeanwallace deleted the pyyaml-6.0.1 branch July 19, 2023 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build error with PyYAML 5.4.1

2 participants